﻿2026-06-13T10:29:50.0412211Z ##[group]Run actions/checkout@v5
2026-06-13T10:29:50.0413434Z with:
2026-06-13T10:29:50.0414144Z   repository: SaberMage/spt-core
2026-06-13T10:29:50.0422166Z   token: ***
2026-06-13T10:29:50.0422842Z   ssh-strict: true
2026-06-13T10:29:50.0423554Z   ssh-user: git
2026-06-13T10:29:50.0424290Z   persist-credentials: true
2026-06-13T10:29:50.0425095Z   clean: true
2026-06-13T10:29:50.0425814Z   sparse-checkout-cone-mode: true
2026-06-13T10:29:50.0426679Z   fetch-depth: 1
2026-06-13T10:29:50.0427404Z   fetch-tags: false
2026-06-13T10:29:50.0428125Z   show-progress: true
2026-06-13T10:29:50.0428871Z   lfs: false
2026-06-13T10:29:50.0429647Z   submodules: false
2026-06-13T10:29:50.0430377Z   set-safe-directory: true
2026-06-13T10:29:50.0431377Z ##[endgroup]
2026-06-13T10:29:50.1238126Z Syncing repository: SaberMage/spt-core
2026-06-13T10:29:50.1240511Z ##[group]Getting Git version info
2026-06-13T10:29:50.1241848Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T10:29:50.1243828Z [command]/usr/bin/git version
2026-06-13T10:29:50.1244698Z git version 2.43.0
2026-06-13T10:29:50.1247189Z ##[endgroup]
2026-06-13T10:29:50.1256680Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c90eade1-cd1d-4756-b527-d3cdd8b7d574' before making global git config changes
2026-06-13T10:29:50.1259079Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:29:50.1260978Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T10:29:50.1291788Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T10:29:50.1308688Z https://github.com/SaberMage/spt-core
2026-06-13T10:29:50.1318495Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T10:29:50.1320701Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T10:29:50.1337863Z HEAD
2026-06-13T10:29:50.1369333Z ##[endgroup]
2026-06-13T10:29:50.1370244Z [command]/usr/bin/git submodule status
2026-06-13T10:29:50.1540207Z ##[group]Cleaning the repository
2026-06-13T10:29:50.1541784Z [command]/usr/bin/git clean -ffdx
2026-06-13T10:29:50.1566684Z Removing traceable-reqs
2026-06-13T10:29:50.1572963Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T10:29:50.1613526Z HEAD is now at 596e279 Merge b189513c697e4305452b836bcdc14ce1b573c7b4 into d338c2d8a36018ee5d21b548a40483c1cc07b1cc
2026-06-13T10:29:50.1618162Z ##[endgroup]
2026-06-13T10:29:50.1619746Z ##[group]Disabling automatic garbage collection
2026-06-13T10:29:50.1621652Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T10:29:50.1643777Z ##[endgroup]
2026-06-13T10:29:50.1645108Z ##[group]Setting up auth
2026-06-13T10:29:50.1648273Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:29:50.1670988Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:29:50.1857510Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:29:50.1885209Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:29:50.2082121Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:29:50.2117599Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:29:50.2330963Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T10:29:50.2377190Z ##[endgroup]
2026-06-13T10:29:50.2378588Z ##[group]Fetching the repository
2026-06-13T10:29:50.2385900Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b98561f05ce91955413fa74b34fd72d1fc225f1:refs/remotes/pull/8/merge
2026-06-13T10:29:50.7473061Z From https://github.com/SaberMage/spt-core
2026-06-13T10:29:50.7474828Z  * [new ref]         6b98561f05ce91955413fa74b34fd72d1fc225f1 -> pull/8/merge
2026-06-13T10:29:50.7495596Z ##[endgroup]
2026-06-13T10:29:50.7497633Z ##[group]Determining the checkout info
2026-06-13T10:29:50.7499841Z ##[endgroup]
2026-06-13T10:29:50.7501969Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T10:29:50.7545326Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T10:29:50.7574615Z ##[group]Checking out the ref
2026-06-13T10:29:50.7582707Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/8/merge
2026-06-13T10:29:50.7694289Z Previous HEAD position was 596e279 Merge b189513c697e4305452b836bcdc14ce1b573c7b4 into d338c2d8a36018ee5d21b548a40483c1cc07b1cc
2026-06-13T10:29:50.7696788Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:29:50.7702751Z ##[endgroup]
2026-06-13T10:29:50.7738865Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T10:29:50.7759629Z 6b98561f05ce91955413fa74b34fd72d1fc225f1
